Declare @Id Int                               
Select @Id = Id From sysobjects Where Name = 'TmpDrugHavaleh'
if not Exists(SELECT * FROM syscolumns WHERE id = @Id and Name = 'SupplementaryInsurancePrice')
ALTER TABLE  TmpDrugHavaleh ADD SupplementaryInsurancePrice MONEY NULL